steam_get_user_account_id

语法:

steam_get_user_account_id();


返回: Real(实数)


描述

This function is used retrieve the unique User ID that Steam assigns to each user, which is required for using some of the User Generated Content functions.


例如:

global.user_id = steam_get_user_account_id();

The above code gets the unique user ID for the person who owns the game and stores it in a global variable.